home *** CD-ROM | disk | FTP | other *** search
- /*
- $VER: UnLhA.awebrx 1.0 (31.8.99) (c) Neil Bothwick, Wirenet
- */
-
- address command
- options results
- ExtractPath = 'RAM:'
- ExtractPath = AddPart(ExtractPath,'')
-
- parse arg Archive
-
- 'LhA x "'Archive'" "'ExtractPath'"'
- if RC > 0 then 'RequestChoice >NIL: "AmigActive CD" "An error occured while*Nextracting this archive" "OK"'
- else 'rx REXX:AAShowDir' ExtractPath
-